home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-12 / vicatch.zip / VICSAMP.BAT < prev   
DOS Batch File  |  1992-02-09  |  204b  |  10 lines

  1. novirus c:\command.com c:\msdos.sys c:\io.sys
  2. if errorlevel 1 goto fail
  3. goto cont
  4. :fail
  5. echo novirus has detected an error. DO NOT CONTINUE!
  6. goto done
  7. :cont
  8. echo no error found by novirus.
  9. :done
  10.